Html Css Color HEX #0335BA International Klein Blue

📋 copy color: '#0335BA'

red 3 ◦ green 53 ◦ blue 186

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

Shades of International Klein Blue #0335BA

Tints of International Klein Blue #0335BA

RGB

 RED value IS 3 (1.56% from 255) = 1.24%

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 186 (73.05% from 255) = 76.86%

R = 1.24%
G = 21.9%
B = 76.86%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0335BA (or 0x0335BA) is known color: International Klein Blue. HEX triplet: 03, 35 and BA. RGB value is (3,53,186). Sum of RGB (Red+Green+Blue) = 3+53+186=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0335BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0335BA is #FCCA45. Grayscale: #343434. Windows color (decimal): -16566854 or 12203267. OLE color: 12203267.

HSL color Cylindrical-coordinate representation of color #0335BA: hue angle of 223.61º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0335BA is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 53 186 -
CMYK 0.98 0.72 0 0.27
HSL 223.61º 0.97% 0.37% -
HSV(B) 223.61º 0.98% 0.73% -
XYZ 10.17 6.11 47.1 -
YUV 53.21 202.94 92.19 -
System Red Green Blue C M Y K H S L
Decimal 3 53 186 0.98 0.72 0 0.27 223.61 0.97 0.37
Hex 3 35 BA 62 48 0 1B E0 61 25
Octal 3 65 272 142 110 0 33 340 141 45
Binary 11 110101 10111010 1100010 1001000 0 11011 11100000 1100001 100101

Color Harmonies of #0335BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0335BA

Black with #0335BA

Text Example


Text Example

White with #0335BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0335BA; }

 p { color: rgb(3,53,186); }

 H1.HeaderClassName
 {
   color: #0335BA;
 }
 .AnyTagClassName
 {
   color: #0335BA;
 }
</style>

background-color css

<style>
 a { background-color: #0335BA; }

 a { background-color: rgb(3,53,186); }

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

border-color css

<style>
 span { border-color: #0335BA; }

 span { border-color: rgb(3,53,186); }

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