Html Css Color HEX #304B5C Arapawa

📋 copy color: '#304B5C'

red 48 ◦ green 75 ◦ blue 92

#304B5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #304B5C

Tints of Arapawa #304B5C

RGB

 RED value IS 48 (19.14% from 255) = 22.33%

 GREEN value IS 75 (29.69% from 255) = 34.88%

 BLUE value IS 92 (36.33% from 255) = 42.79%

R = 22.33%
G = 34.88%
B = 42.79%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#304B5C (or 0x304B5C) is known color: Arapawa. HEX triplet: 30, 4B and 5C. RGB value is (48,75,92). Sum of RGB (Red+Green+Blue) = 48+75+92=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #304B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B5C is #CFB4A3. Grayscale: #444444. Windows color (decimal): -13612196 or 6048560. OLE color: 6048560.

HSL color Cylindrical-coordinate representation of color #304B5C: hue angle of 203.18º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #304B5C is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 75 92 -
CMYK 0.48 0.18 0 0.64
HSL 203.18º 0.31% 0.27% -
HSV(B) 203.18º 0.48% 0.36% -
XYZ 5.67 6.43 11.07 -
YUV 68.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 48 75 92 0.48 0.18 0 0.64 203.18 0.31 0.27
Hex 30 4B 5C 30 12 0 40 CB 1F 1B
Octal 60 113 134 60 22 0 100 313 37 33
Binary 110000 1001011 1011100 110000 10010 0 1000000 11001011 11111 11011

Color Harmonies of #304B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B5C

Black with #304B5C

Text Example


Text Example

White with #304B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304B5C; }

 p { color: rgb(48,75,92); }

 H1.HeaderClassName
 {
   color: #304B5C;
 }
 .AnyTagClassName
 {
   color: #304B5C;
 }
</style>

background-color css

<style>
 a { background-color: #304B5C; }

 a { background-color: rgb(48,75,92); }

 div.DivClassName
 {
   background-color: #304B5C;
 }
 .BgClassName
 {
   background-color: #304B5C;
 }
</style>

border-color css

<style>
 span { border-color: #304B5C; }

 span { border-color: rgb(48,75,92); }

 td.TdClassName
 {
   border-color: #304B5C;
 }
 .TagClassName
 {
   border-color: #304B5C;
 }
</style>