Html Css Color HEX #30435E Catalina Blue

📋 copy color: '#30435E'

red 48 ◦ green 67 ◦ blue 94

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

Shades of Catalina Blue #30435E

Tints of Catalina Blue #30435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 22.97%
G = 32.06%
B = 44.98%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30435E (or 0x30435E) is known color: Catalina Blue. HEX triplet: 30, 43 and 5E. RGB value is (48,67,94). Sum of RGB (Red+Green+Blue) = 48+67+94=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #30435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30435E is #CFBCA1. Grayscale: #404040. Windows color (decimal): -13614242 or 6177584. OLE color: 6177584.

HSL color Cylindrical-coordinate representation of color #30435E: hue angle of 215.22º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30435E is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 67 94 -
CMYK 0.49 0.29 0 0.63
HSL 215.22º 0.32% 0.28% -
HSV(B) 215.22º 0.49% 0.37% -
XYZ 5.25 5.45 11.37 -
YUV 64.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 48 67 94 0.49 0.29 0 0.63 215.22 0.32 0.28
Hex 30 43 5E 31 1D 0 3F D7 20 1C
Octal 60 103 136 61 35 0 77 327 40 34
Binary 110000 1000011 1011110 110001 11101 0 111111 11010111 100000 11100

Color Harmonies of #30435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30435E

Black with #30435E

Text Example


Text Example

White with #30435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30435E; }

 p { color: rgb(48,67,94); }

 H1.HeaderClassName
 {
   color: #30435E;
 }
 .AnyTagClassName
 {
   color: #30435E;
 }
</style>

background-color css

<style>
 a { background-color: #30435E; }

 a { background-color: rgb(48,67,94); }

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

border-color css

<style>
 span { border-color: #30435E; }

 span { border-color: rgb(48,67,94); }

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