Html Css Color HEX #0334BC International Klein Blue

📋 copy color: '#0334BC'

red 3 ◦ green 52 ◦ blue 188

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

Shades of International Klein Blue #0334BC

Tints of International Klein Blue #0334BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 188 (73.83% from 255) = 77.37%

R = 1.23%
G = 21.4%
B = 77.37%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0334BC (or 0x0334BC) is known color: International Klein Blue. HEX triplet: 03, 34 and BC. RGB value is (3,52,188). Sum of RGB (Red+Green+Blue) = 3+52+188=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #0334BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334BC is #FCCB43. Grayscale: #343434. Windows color (decimal): -16567108 or 12334083. OLE color: 12334083.

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

Color convert

RGB 3 52 188 -
CMYK 0.98 0.72 0 0.26
HSL 224.11º 0.97% 0.37% -
HSV(B) 224.11º 0.98% 0.74% -
XYZ 10.34 6.11 48.21 -
YUV 52.85 204.27 92.44 -
System Red Green Blue C M Y K H S L
Decimal 3 52 188 0.98 0.72 0 0.26 224.11 0.97 0.37
Hex 3 34 BC 62 48 0 1A E0 61 25
Octal 3 64 274 142 110 0 32 340 141 45
Binary 11 110100 10111100 1100010 1001000 0 11010 11100000 1100001 100101

Color Harmonies of #0334BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0334BC

Black with #0334BC

Text Example


Text Example

White with #0334BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0334BC; }

 p { color: rgb(3,52,188); }

 H1.HeaderClassName
 {
   color: #0334BC;
 }
 .AnyTagClassName
 {
   color: #0334BC;
 }
</style>

background-color css

<style>
 a { background-color: #0334BC; }

 a { background-color: rgb(3,52,188); }

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

border-color css

<style>
 span { border-color: #0334BC; }

 span { border-color: rgb(3,52,188); }

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